-- card: 9380 from stack: in -- bmap block id: 9474 -- flags: 0000 -- background id: 2696 -- name: Feedback Types -- part 1 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=292 top=76 right=312 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Right/Wrong -- part 2 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=292 top=76 right=312 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Diagnostic -- part 3 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=292 top=76 right=312 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Remedial -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=16 top=93 right=141 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Right/Wrong ----- HyperTalk script ----- on mouseEnter set the hilite of me to true show card field the short name of me end mouseEnter on mouseLeave set the hilite of me to false hide card field the short name of me end mouseLeave -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=16 top=149 right=197 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Diagnostic ----- HyperTalk script ----- on mouseEnter set the hilite of me to true show card field the short name of me end mouseEnter on mouseLeave set the hilite of me to false hide card field the short name of me end mouseLeave -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=16 top=204 right=252 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Remedial ----- HyperTalk script ----- on mouseEnter set the hilite of me to true show card field the short name of me end mouseEnter on mouseLeave set the hilite of me to false hide card field the short name of me end mouseLeave -- part contents for card part 1 ----- text ----- Give a simple message of right/wrong, yes/no. This kind of feedback is the least useful, but is expedient with large numbers of items. -- part contents for card part 2 ----- text ----- In addition to telling the user he is right or wrong, tell him WHY. (You should tell him why he is right in case he guessed at the correct response.) -- part contents for card part 3 ----- text ----- In addition to telling the user why she is wrong, give advice on how to arrive at the correct response. For example, in addition to indicating that something is out of place, provide rules or hints to help the user put it in the correct place.